home *** CD-ROM | disk | FTP | other *** search
- echo off
- :begin
- cls
- echo.
- echo Created by VRontier worlds of Stoughton using Virtual Reality Studio.
- echo 809 E. South St., Stoughton, WI. 53589
- echo 608-873-8500 FAX: 608-873-8523
- echo You can order the full-featured MINO-DINO program with all 7 levels
- echo and the rest of the dinosaurs for $12.00. (MasterCard or Visa accepted)
- echo.
- echo MINO-DINO DEMO World
- echo --------- -----
- echo 'Forward' and 'back' motion controls only. (** not in DEMO)
- echo Add 'left' and 'right' motion controls only. (** not in DEMO)
- echo Add 'turn left' and 'turn right' controls only. (** not in DEMO)
- echo Add 'look up' and 'look down' motion controls only. (** not in DEMO)
- echo Add 'move up' and 'move down' motion controls only. (** not in DEMO)
- echo Add 'tilt left' and 'tilt right' motion controls. (* not in DEMO)
- echo 1. All controls.
- echo.
- echo 2. Exit.
- echo.
- echo (Press SHIFT-ESC to exit MINO-DINO. ESC will restart world.)
- ask " Selection " 12
- if errorlevel 2 goto end
- if errorlevel 1 goto seven
- goto begin
- :seven
- runvga dinodemo.run
- dino
- :end